xen: arm: reorder registers in struct cpu_user_regs.
authorIan Campbell <ian.campbell@citrix.com>
Wed, 19 Dec 2012 14:16:29 +0000 (14:16 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 19 Dec 2012 14:16:29 +0000 (14:16 +0000)
commit977dba41ab7c2380c4b6757aed2e680a0d7df4c1
treed8410ccfb4905b276b7f4acffb8bfc17f6712e54
parent744579f0a5eb8574b6b0728c08e69576161af2e1
xen: arm: reorder registers in struct cpu_user_regs.

Primarily this is so that they are ordered in the same way as the
mapping from arm64 x0..x31 registers to the arm32 registers, which is
just less confusing for everyone going forward.

It also makes the implementation of select_user_regs in the next patch
slightly simpler.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/entry.S
xen/arch/arm/io.h
xen/arch/arm/traps.c
xen/include/public/arch-arm.h